home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / SRC / HOARDDLL.ZIP / 3rdParty / hoard / libhoard-2.0.2 / NOTES.Windows < prev    next >
Encoding:
Text File  |  2000-01-09  |  565 b   |  17 lines

  1. ===========================================================
  2. To use Hoard with Visual C++, you need to do the following:
  3. ===========================================================
  4.  
  5. 1) Move the file wrapper.cpp into your project, along with libhoard.
  6.  
  7. 2) Add the link command: "/FORCE:MULTIPLE". This forces a link even
  8. when multiply defined symbols exist.
  9.  
  10. This will cause the compiler to replace all calls to malloc(), etc. with
  11. the versions supplied by Hoard.
  12.  
  13. NB: The project files included with the distribution DO NOT have this
  14. modification.
  15.  
  16.  
  17.